python2Packages.stevedore: disable python2
This commit is contained in:
parent
347cc6422f
commit
a8cb29732d
@ -8,6 +8,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "stevedore";
|
||||
version = "3.2.0";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user