[Swan-dev] time to delete old dist_certs shell script (attempt #2)?

Antony Antony antony at phenome.org
Tue Jun 23 21:08:57 EEST 2015


here is a log for this try.

[root at blueswan ~]# rpmbuild -ba ~/rpmbuild/SPECS/pyOpenSSL.spec
error: Failed build dependencies:
        python-sphinx is needed by pyOpenSSL-0.14-4.fc20.noarch
        python-cryptography is needed by pyOpenSSL-0.14-4.fc20.noarch
        python3-devel is needed by pyOpenSSL-0.14-4.fc20.noarch
        python3-cryptography is needed by pyOpenSSL-0.14-4.fc20.noarch
[root at blueswan ~]#
yum install python-sphinx python-cryptography python3-devel  python3-cryptographypython3-cryptography
Loaded plugins: langpacks, refresh-packagekit
Package python-sphinx-1.1.3-9.fc20.noarch already installed and latest version
No package python-cryptography available.
Package python3-devel-3.3.2-19.fc20.x86_64 already installed and latest version
No package python3-cryptographypython3-cryptography available.


rpmbuild -ba ~/rpmbuild/SPECS/pyOpenSSL.specerror: Failed build dependencies:
        python-cryptography is needed by pyOpenSSL-0.14-4.fc20.noarch
        python3-cryptography is needed by pyOpenSSL-0.14-4.fc20.noarch


[root at blueswan ~]# yum install   python-cryptography  python3-cryptography
Loaded plugins: langpacks, refresh-packagekit
No package python-cryptography available.
No package python3-cryptography available.

it seems some kind of circular dependancy


[root at blueswan ~]# rpm -aq | grep cryptography

is empty.

-antony

On Tue, Jun 23, 2015 at 01:54:12PM -0400, Paul Wouters wrote:
> On Tue, 23 Jun 2015, Antony Antony wrote:
> 
> >I still have issues to install the patched pyOpenssl RPM on FC20
> 
> Can you be more specific?
> 
> Did you try:
> 
> wget ftp://ftp.nohats.ca/pyOpenSSL/pyOpenSSL-0.14-4.fc21.src.rpm
> rpm -ihv pyOpenSSL-0.14-4.fc21.src.rpm
> rpbuild -ba ~/rpmbuild/SPECS/pyOpenSSL.spec
> rpm -Uhv ~/rpmbuild/RPMS/noarch/pyOpenSSL-0.14-4.fc20.noarch.rpm
> 
> Paul
> 


More information about the Swan-dev mailing list