mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
python-packages: disable older than 2.7 for azure
This commit is contained in:
parent
b884826d15
commit
8d8c7c3600
|
@ -734,6 +734,7 @@ let
|
|||
azure = buildPythonPackage rec {
|
||||
version = "0.10.2";
|
||||
name = "azure-${version}";
|
||||
disabled = pythonOlder "2.7";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/a/azure/${name}.zip";
|
||||
|
|
Loading…
Reference in a new issue