pythonPackages.sortedcollections: cleanup
This commit is contained in:
parent
1d7411f294
commit
8a9e1e63da
@ -13,9 +13,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "12nkw69lnyvh9wy6rsd0ng4bcia81vkhj1rj1kj1k3vzppn0sgmr";
|
sha256 = "12nkw69lnyvh9wy6rsd0ng4bcia81vkhj1rj1kj1k3vzppn0sgmr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ sortedcontainers ];
|
propagatedBuildInputs = [ sortedcontainers ];
|
||||||
|
|
||||||
# wants to test all python versions with tox:
|
# No tests in PyPi tarball
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user