kuryr-libnetwork pip install . error

Bug #1609196 reported by Liping Mao
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kuryr-libnetwork
Fix Released
Undecided
Unassigned

Bug Description

I use latest kuryr-libnetwork code to run pip install, and find source code is not installed right.

[root@limao-kuryr kuryr-libnetwork]# sudo pip install .
[root@limao-kuryr kuryr-libnetwork]# ll /usr/lib/python2.7/site-packages/ | grep kuryr_libnetwork
drwxr-xr-x. 2 root root 4096 Aug 3 00:58 kuryr_libnetwork-0.1.0.dev504-py2.7.egg-info

This is because misconfig in setup.cfg:
[files]
packages =
    kuryr

It should be :
[files]
packages =
    kuryr_libnetwork

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kuryr-libnetwork (master)

Reviewed: https://review.openstack.org/350327
Committed: https://git.openstack.org/cgit/openstack/kuryr-libnetwork/commit/?id=2cbb7737d688784c1ab6a53f1c06918d765eb748
Submitter: Jenkins
Branch: master

commit 2cbb7737d688784c1ab6a53f1c06918d765eb748
Author: Liping Mao <email address hidden>
Date: Wed Aug 3 09:09:43 2016 +0800

    Fix pip install error for kuryr-libnetwork

    Change-Id: If731308ffd3e4b747a3aeb8f7c35a12cc2d79ff3
    Closes-bug: #1609196

Changed in kuryr-libnetwork:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.