mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python3Packages.simple-salesforce: disable on older Python releases
This commit is contained in:
parent
7115a9404c
commit
ea829965ad
@ -4,6 +4,7 @@
|
||||
, authlib
|
||||
, requests
|
||||
, nose
|
||||
, pythonOlder
|
||||
, pytz
|
||||
, responses
|
||||
, zeep
|
||||
@ -12,6 +13,9 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "simple-salesforce";
|
||||
version = "1.11.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user