Skip to content

Commit

Permalink
pythonPackages.javaobj-py3: disable
Browse files Browse the repository at this point in the history
  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)
  • Loading branch information
jonringer committed Aug 15, 2020
1 parent ff8e182 commit 46bde4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/javaobj-py3/default.nix
@@ -1,11 +1,13 @@
{ buildPythonPackage
, fetchPypi
, isPy27
, lib
}:

buildPythonPackage rec {
pname = "javaobj-py3";
version = "0.4.1";
disabled = isPy27;

src = fetchPypi {
inherit pname version;
Expand Down

0 comments on commit 46bde4e

Please sign in to comment.