python-requests:fix runtime deps
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python-requests</Name>
|
<Name>python-requests</Name>
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
<Name>Ergün Salman</Name>
|
<Name>Ergün Salman</Name>
|
||||||
<Email>ergunsalman@hotmail.com</Email>
|
<Email>ergunsalman@hotmail.com</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
|
<PartOf>programming.language.python</PartOf>
|
||||||
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
||||||
<Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
|
<Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
|
||||||
<License>MIT</License>
|
<License>MIT</License>
|
||||||
@@ -25,9 +26,12 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>python-requests</Name>
|
<Name>python-requests</Name>
|
||||||
<!--RuntimeDependencies>
|
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
||||||
<Dependency>python-devel</Dependency>
|
<RuntimeDependencies>
|
||||||
</RuntimeDependencies-->
|
<Dependency>python-urllib3</Dependency>
|
||||||
|
<Dependency>python-chardet</Dependency>
|
||||||
|
<Dependency>python-idna</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/usr/lib</Path>
|
<Path fileType="data">/usr/lib</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
@@ -35,6 +39,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2020-01-23</Date>
|
||||||
|
<Version>2.22.0</Version>
|
||||||
|
<Comment>Fix runtime dependency.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2019-10-03</Date>
|
<Date>2019-10-03</Date>
|
||||||
<Version>2.22.0</Version>
|
<Version>2.22.0</Version>
|
||||||
@@ -92,4 +103,4 @@
|
|||||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user