mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
python-packages: disable older than 2.7 for azure
This commit is contained in:
parent
34b50b6765
commit
7dbe0ff77b
@ -735,6 +735,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 New Issue
Block a user