1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python-packages: disable older than 2.7 for azure

This commit is contained in:
Erik Timan 2015-05-09 20:02:40 +00:00
parent b884826d15
commit 8d8c7c3600

View file

@ -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";