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
, fetchPypi
, isPy27
, lib
}:
buildPythonPackage rec {
pname = "javaobj-py3";
version = "0.4.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;