mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
pythonPackages.keyring-alt: python2 no longer supported
This commit is contained in:
parent
03a750545b
commit
fc5373cbc2
|
@ -1,10 +1,11 @@
|
|||
{ stdenv, buildPythonPackage, fetchPypi, pythonOlder, six
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pythonOlder, isPy27, six
|
||||
, pytest, backports_unittest-mock, keyring, setuptools_scm
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "keyrings.alt";
|
||||
version = "3.4.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue