-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved the readme to reflect python-ethtool location.
Signed-off-by: Antoni S. Puimedon <[email protected]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
# Packaging of vdsm and its dependencies. | ||
|
||
#Python2 | ||
This is an effort to package vdsm for Arch Linux. | ||
|
||
## Done | ||
* python-cpopen | ||
* python-pthreading | ||
## Python2 | ||
|
||
## Ongoing | ||
* vdsm | ||
The main platform is Python2 on Fedora and EL6, so the first obvious target is | ||
to package vdsm for python2. | ||
|
||
### Done | ||
|
||
- [x] python-cpopen | ||
- [x] python-pthreading | ||
- [x] [python-ethtool](https://github.com/JonnyJD/PKGBUILDs/tree/master/_lio/python2-ethtool) | ||
- [ ] vdsm |