summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-09-18 09:59:32 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2019-09-18 09:59:32 +0200
commit55301bddea77bd8fa2415586af93b7d8c3d5bdd1 (patch)
treea036cf9fa35aa5a3095f63592b31090439ebf970 /Makefile
parenta4728384564724b071afeb7d4c140ad9356c45fe (diff)
downloadpsutil-55301bddea77bd8fa2415586af93b7d8c3d5bdd1.tar.gz
fix #1578: 'perf' lib was renamed to 'pyperf'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f8f4c2d..e3f17f22 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ DEPS = \
futures \
ipaddress \
mock==1.0.1 \
- perf \
+ pyperf \
readline \
requests \
setuptools \