python3Packages.ropper: use buildPythonPackage

Ropper is not only an application, but also a library.
This commit is contained in:
Tom Dohrmann 2022-03-20 13:55:02 +01:00 committed by Frederik Rietdijk
parent 15824c0379
commit 6ab2bfcfc3

View file

@ -1,12 +1,12 @@
{ lib { lib
, buildPythonApplication , buildPythonPackage
, fetchPypi , fetchPypi
, capstone , capstone
, filebytes , filebytes
, pytest , pytest
}: }:
buildPythonApplication rec { buildPythonPackage rec {
pname = "ropper"; pname = "ropper";
version = "1.13.6"; version = "1.13.6";