mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python2Packages: remove superfluous overrides
Since Python 2 is not supported anymore we only keep those overrides which are used by leaf packages.
This commit is contained in:
committed by
Martin Weinelt
parent
4beaf5301d
commit
2cae050057
@@ -1,13 +0,0 @@
|
||||
{ buildPythonPackage, fetchPypi, setuptools-scm, six }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jaraco.stream";
|
||||
version = "2.0";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "196synw4g76yagcflmavi7wakf5cdgsflmvbj7zs616gv03xbsf2";
|
||||
};
|
||||
doCheck = false;
|
||||
buildInputs = [ setuptools-scm ];
|
||||
propagatedBuildInputs = [ six ];
|
||||
}
|
||||
Reference in New Issue
Block a user