Skip to content
Snippets Groups Projects
Commit 5d2670ea authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

more general reasoning about special cases for provider choices

parent 1f134f95
No related branches found
No related tags found
1 merge request!278Port to Python 3
......@@ -41,16 +41,12 @@ in
# this another way, dependencies have undetected dependencies, easier
# to just use the wheel.
collections-extended = "wheel";
# same as collections-extended
isort = "wheel";
# From nixpkgs or sdist, fails with
# cp: cannot stat 'benchmark/': No such file or directory
# cp: cannot stat 'tests/': No such file or directory
# The sdists for these packages have a different source/directory layout
# than the github archive the nixpkgs derivations expects to operate on
# so the sdists provider fails to build them.
tomli = "wheel";
# repo re-org or something?
# find: ‘hypothesis-6.32.1/hypothesis-python’: No such file or directory
hypothesis = "wheel";
};
in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment