pythonPackages.javaobj-py3: disable

ERROR: Could not find a version that satisfies the requirement typing; python_version <= "3.4" (from javaobj-py3==0.4.1) (from versions: none)
  ERROR: No matching distribution found for typing; python_version <= "3.4" (from javaobj-py3==0.4.1)
This commit is contained in:
Jonathan Ringer 2020-08-14 17:34:09 -07:00
parent ff8e1825ab
commit 46bde4e787
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -1,11 +1,13 @@
{ buildPythonPackage { buildPythonPackage
, fetchPypi , fetchPypi
, isPy27
, lib , lib
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "javaobj-py3"; pname = "javaobj-py3";
version = "0.4.1"; version = "0.4.1";
disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;