python2Packages.stevedore: disable python2

This commit is contained in:
Jonathan Ringer 2020-08-16 21:12:07 -07:00
parent 347cc6422f
commit a8cb29732d
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -8,6 +8,7 @@
buildPythonPackage rec {
pname = "stevedore";
version = "3.2.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;