pip3:add dep

This commit is contained in:
alihanozturk
2016-06-10 19:02:41 +03:00
parent 3ed0f99437
commit 18d9a49730
+4 -2
View File
@@ -12,7 +12,6 @@
<Description>The PyPA recommended tool for installing Python packages</Description>
<License>MIT</License>
<Archive sha1sum="910e2dd5c533d351a7dc84bc9091893659afcbb0" type="targz">https://github.com/pypa/pip/archive/8.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -21,6 +20,9 @@
<Package>
<Name>pip3</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pip</Path>
<Path fileType="executable">/usr/bin/pip3*</Path>
@@ -34,7 +36,7 @@
<History>
<Update release="4">
<Date>2016-06-09</Date>
<Date>2016-06-10</Date>
<Version>8.1.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>