python-requests:fix runtime deps
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>python-requests</Name>
|
||||
@@ -8,6 +8,7 @@
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>ergunsalman@hotmail.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<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>
|
||||
<License>MIT</License>
|
||||
@@ -25,9 +26,12 @@
|
||||
|
||||
<Package>
|
||||
<Name>python-requests</Name>
|
||||
<!--RuntimeDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</RuntimeDependencies-->
|
||||
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python-urllib3</Dependency>
|
||||
<Dependency>python-chardet</Dependency>
|
||||
<Dependency>python-idna</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -35,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2019-10-03</Date>
|
||||
<Version>2.22.0</Version>
|
||||
@@ -92,4 +103,4 @@
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user